home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -serious- / programming / amos / amoslist-0599 / amoslist / 000066_nobody_Thu May 13 18:15:34 1999.msg < prev    next >
Text File  |  1999-09-06  |  3KB  |  76 lines

  1. Received: from onelist.com (pop.onelist.com [209.207.164.211])
  2.     by osf1.gmu.edu (8.8.8/8.8.8) with SMTP id SAA25651
  3.     for <mcox4@osf1.gmu.edu>; Thu, 13 May 1999 18:15:34 -0400 (EDT)
  4. Received: (qmail 23723 invoked by alias); 13 May 1999 22:16:03 -0000
  5. Received: (qmail 23571 invoked from network); 13 May 1999 22:16:00 -0000
  6. Received: from unknown (HELO finch-post-10.mail.demon.net) (194.217.242.38) by pop.onelist.com with SMTP; 13 May 1999 22:16:00 -0000
  7. Received: from [212.229.51.157] (helo=a-clarke.demon.co.uk) by finch-post-10.mail.demon.net with smtp (Exim 2.12 #1) id 10i3lF-0003g5-0A for amos-list@onelist.com; Thu, 13 May 1999 22:15:25 +0000
  8. From: Ashley Clarke <ashley@a-clarke.demon.co.uk>
  9. To: Gavin Qureshi <amos-list@onelist.com>
  10. Date: Thu, 13 May 1999 23:11:55 -0000
  11. Message-ID: <yam7802.2767.3652400@post.demon.co.uk>
  12. In-Reply-To: <yam7801.633.2015511672@post.demon.co.uk>
  13. X-Mailer: YAM 1.3.4 [020] - Amiga Mailer by Marcel Beck
  14. Mailing-List: list amos-list@onelist.com; contact amos-list-owner@onelist.com
  15. Delivered-To: mailing list amos-list@onelist.com
  16. Precedence: bulk
  17. List-Unsubscribe: <mailto:amos-list-unsubscribe@ONElist.com>
  18. Reply-to: amos-list@onelist.com
  19. Mime-Version: 1.0
  20. Content-Type: text/plain
  21. Subject: Re: [amos-list] Sprite Banks
  22. Status: O
  23. X-Status: 
  24.  
  25. From: Ashley Clarke <ashley@a-clarke.demon.co.uk>
  26.  
  27. On 12-May-99, Gavin Qureshi wrote:
  28. >From: Gavin Qureshi <gav@mc68k.demon.co.uk>
  29.  
  30. >I've just started amos and was wondering how you put more than one
  31. >sprite into a bank. I'm making a Zelda style RPG and I also need to know
  32. >how to create icon banks. I'm using the Object Editor and Amos Pro so
  33. >could some one please help me. Cheers,
  34. >-Gav
  35.  
  36.    I don't know off-hand ('just quickly looking through message list), but
  37. I have got the Amos Pro Reference manual here:
  38.  
  39. Sprite Bank = Bank 1 only. Permanent Bank type (means it is created with the
  40. program
  41. and saved to Disk, rather than being generated by the program at run time).
  42. The Bank will be allocated Chip Memory automatically. Chip Memory = Amigas own
  43. (not
  44. added Memory, like Cards, etc').
  45.  
  46. 1) Draw some Images on the Screen using the current Amos program, or
  47.    define the Screen using a seperate Paint program and load it as a
  48.    visable IFF file;
  49. 2) Grab the seperate Bob / Sprite Data from this Screen using 
  50.    "Get Bob X, , , To , ,"... in a Loop "X",incremented by the number of
  51.    images you want to save in the Object Bank;
  52.    ("Get Sprite..." is identical / interchangeable to "Get Bob...")
  53. 3) When the program returns to the Editor, save it to Disk.
  54.    Bank 1 (Sprite Bank) will be automatically generated and saved with
  55.    the program!
  56. 4) You can then alter the program to utilise the Image Bank/s further.
  57.  
  58.    Icons can be generated and stored nearly exactly as the Sprites
  59. mentioned above, but they use Bank 2, instead of Bank 1.
  60. Use the "Get Icon..." command instead of "Get Sprite..." to do it.
  61.  
  62.    Amos Pro also has built in Help, so to get the correct syntax for 
  63. these commands, it might be worth looking them up and making notes
  64. of them.
  65.  
  66. -- 
  67.  
  68. Ashley Clarke <ashley@a-clarke.demon.co.uk>
  69.  
  70.  
  71. ------------------------------------------------------------------------
  72. Give back to your community through "Grow to Give."
  73. http://www.ONElist.com
  74. See homepage for details.
  75. ------------------------------------------------------------------------
  76. Official AMOS WWW: http://members.xoom.com/AmosFactory/front.html